home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
BBS_UTL
/
TBRKTP60
/
READ.ME
< prev
next >
Wrap
Text File
|
1992-07-06
|
762b
|
23 lines
READKEY.TPU is a Turbo Pascal 6.0 unit for reading TriBBS key files. It
features the following function:
function ReadKeyFile(path : string) : integer;
Where:
path is the path to node 1's main directory.
Returns:
0 - if a valid key file isn't found.
Otherwise, ReadKeyFile returns the BBS's registration number.
Example:
The following program line would display a board's registration
number.
writeln(ReadKeyFile('c:\tritel'));
READKEY.TPU is Copyright 1992 By Mark D. Goodwin. It may be used freely by
third-party programmers writing TriBBS utilities and doors to determine if
a board is registered or not. All other uses are strictly forbidden. You
may NOT disassemble this code!